projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9437138
)
Fix too many args warning
author
Alexander Larsson
<alexl@redhat.com>
Wed, 3 Jun 2009 12:49:06 +0000
(14:49 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Wed, 3 Jun 2009 12:50:10 +0000
(14:50 +0200)
Apparently we missed one place when converting gdk_window_ensure_native
tests/testwindows.c
patch
|
blob
|
history
diff --git
a/tests/testwindows.c
b/tests/testwindows.c
index c6543c65966622fb263f012602513e74e54440aa..ca8d8e5decad2a4b59d8750d057460038d480043 100644
(file)
--- a/
tests/testwindows.c
+++ b/
tests/testwindows.c
@@
-692,7
+692,7
@@
native_window_clicked (GtkWidget *button,
{
window = l->data;
- gdk_window_ensure_native (window
, TRUE
);
+ gdk_window_ensure_native (window);
}
g_list_free (selected);